Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.csv.jsf.actions--actions

This contribution is part of XML component org.nuxeo.ecm.csv.jsf.actions inside nuxeo-csv-jsf-9.10.jar /OSGI-INF/csv-actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/action_add_file.gif" id="csvImportActions" label="label.csv.import" order="40" type="fancybox">
          <category>SUBVIEW_UPPER_LIST</category>
          <properties>
            <property name="include">/incl/csv_import_box.xhtml</property>
            <property name="autoDimensions">false</property>
            <property name="width">90%</property>
            <property name="height">90%</property>
            <property name="modal">true</property>
          </properties>
          <filter-id>importFile</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/action_add_file.gif" id="csvImportActions" label="label.csv.import" order="40" type="fancybox">
      <category>SUBVIEW_UPPER_LIST</category>
      <properties>
        <property name="include">/incl/csv_import_box.xhtml</property>
        <property name="autoDimensions">false</property>
        <property name="width">90%</property>
        <property name="height">90%</property>
        <property name="modal">true</property>
      </properties>
      <filter-id>importFile</filter-id>
    </action>

  </extension>